Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Sets


Q3Set_GetType

You can use the Q3Set_GetType function to get the type of a set.

TQ3ObjectType Q3Set_GetType (TQ3SetObject set);
set
A set object.
DESCRIPTION
The Q3Set_GetType function returns, as its function result, the type of the set specified by the set parameter. The types of sets currently supported by QuickDraw 3D are defined by constants:

kQ3SetTypeAttribute
If the type of the set cannot be determined or is invalid, Q3Set_GetType returns the value kQ3ObjectTypeInvalid.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996